'Declaration Public Function IndexOf( _
ByVal pageThe object to locate in the collection.As TPage _
) As System.Int32
public System.Int32 IndexOf(
TPage page
)
public: System.Int32 IndexOf(
TPage* page
)
public:
System.Int32 IndexOf(
TPage^ page
)
Parameters
- page
- The object to locate in the collection.
Return Value
The index of item if found in the list; otherwise, -1.